home *** CD-ROM | disk | FTP | other *** search
- echo Build script for the TRW PC2001/PC3001 adapters
- echo Place all these files on a blank floppy and run
- echo this batch file to create oem driver tree
-
- md \MSLANMAN.DOS
- md \MSLANMAN.DOS\DRIVERS
- md \MSLANMAN.DOS\DRIVERS\NIF
- md \MSLANMAN.DOS\DRIVERS\ETHERNET
- md \MSLANMAN.DOS\DRIVERS\ETHERNET\TRW
-
- copy \*.nif \mslanman.dos\drivers\nif /v
- del \*.nif
- copy \*.* \mslanman.dos\drivers\ETHERNET\TRW /v
- del \TRW.DOS
- del \PROTOCOL.INI
- del \LIBRARY.TXT
- del *.BIN
- echo
- echo
- echo Diskette is complete
-